BEGIN SCRIPT Schaekel 
-- sonar sample-06 / drop test on H-section
-- created: 28/11/2016 L&G_Software
-- all variables in [cm g us]-system
-- section type: H-section HEA160 (GS-6152.34)

-------------------------------------------------------------------
-- SCHAEKEL 7/8"
-------------------------------------------------------------------
-- shackle at the upper end of the H-profile backside.
-- Trger der Rckhalteseile
-- Der Schkel interagiert vollstndig ber seine natrliche Oberflche mit der 
-- Befestigung und mit den Seiloesen die an ihm angehngt werden.
-- the density of steel is set in the function 'CREATE SHACKLE()' now.
-- all related physical variables are recalculated as well (mass, moment of inertia)

CREATE SHACKLE (SCREW_PIN_ANCHOR, 0.875)
TRANSLATE OBJECTGROUP(LAST_GROUP_NR, RELATIVE, 0, 6.75, 0)
ROTATE OBJECTGROUP(LAST_GROUP_NR, 0, 0, 0, 0.7854, 0, 0) -- rot +45
TRANSLATE OBJECTGROUP(LAST_GROUP_NR, RELATIVE, 0, 1789.85, 400.25)
SET GROUP_PROPERTY (LAST_GROUP_NR, INTERACT_MODE, ACTIVE)
SET GROUP_PROPERTY (LAST_GROUP_NR, NAME, "Schkel 7/8 inch")

-- end of script
